IUltraList
StockSharp.Xaml.Charting.Model.DataSeries
实现: IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
属性
ItemsArray : T[]
Gets the internal ItemsArray that this list wraps for direct unchecked access NOTE: The count of the ItemsArray may differ from the count of the List. Use the List.Count when iterating
方法
AddRange(IEnumerable<T>)
Adds a range of items to the list
GetMaximum() : T
Gets the maximum in the list
GetMinimum() : T
Gets the minimum in the list
InsertRange(int, IEnumerable<T>)
Inserts a range of items to the list
RemoveRange(int, int)
Removes a range of items from the list